ImageGear .NET v24.12 - Updated
GetEnumerator Method (ImGearReadOnlyDictionary<TKey,TValue>)




ImageGear24.Windows.Controls Assembly > ImageGear.Core Namespace > ImGearReadOnlyDictionary<TKey,TValue> Class : GetEnumerator Method
Returns an enumerator that iterates through the dictionary.
Syntax
'Declaration
 
Public Function GetEnumerator() As IEnumerator(Of KeyValuePair(Of TKey,TValue))
'Usage
 
Dim instance As ImGearReadOnlyDictionary(Of TKey,TValue)
Dim value As IEnumerator(Of KeyValuePair(Of TKey,TValue))
 
value = instance.GetEnumerator()

Return Value

An enumerator for the dictionary.
See Also

Reference

ImGearReadOnlyDictionary<TKey,TValue> Class
ImGearReadOnlyDictionary<TKey,TValue> Members